home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / Attribute.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  774 b   |  4 lines

  1. [Attribute]
  2. 0=3,GetCustomAttribute,public static Attribute GetCustomAttribute(ParameterInfo element, Type attributeType);\n(MemberInfo element, Type attributeType);\n(Assembly element, Type attributeType);\n(Module element, Type attributeType);
  3. 1=3,GetCustomAttributes,public static Attribute[] GetCustomAttributes(ParameterInfo element);\n(Module element);\n(Assembly element);\n(MemberInfo element);\n(Assembly element, Type attributeType);\n(MemberInfo element, Type type);\n(Module element, Type attributeType);\n(ParameterInfo element, Type attributeType);
  4. 2=3,IsDefined,public static bool IsDefined(MemberInfo element, Type attributeType);\n(ParameterInfo element, Type attributeType);\n(Assembly element, Type attributeType);\n(Module element, Type attributeType);